home *** CD-ROM | disk | FTP | other *** search
- Clock = {
- ACTIONS = {
- increaseSecond:;
- decreaseHour:;
- decreaseSecond:;
- increaseDay:;
- stopClock:;
- increaseMinute:;
- decreaseMinute:;
- decreaseDay:;
- startClock:;
- increaseHour:;
- };
- SUPERCLASS = View;
- };
- systemOwner = {
- ACTIONS = {
- newPublicServer:;
- newLargeFileSystem:;
- newSecureEPS:;
- newPublicSoundServer:;
- newUMask:;
- newUnixExpert:;
- };
- OUTLETS = {
- publicSoundSwitch;
- window;
- publicSwitch;
- largeFileSwitch;
- alertText;
- expertStrings;
- alertBox;
- secureEPSSwitch;
- umaskMatrix;
- expertSwitch;
- };
- SUPERCLASS = Application;
- };
- FilledView = {
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- FilledBox = {
- SUPERCLASS = Box;
- };
-